home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ian Livingstone's Deatht…s Kit (Europe) (En,Fr,De)
/
Ian Livingstone's Deathtrap Dungeon - Digital Press Kit (Europe) (En,Fr,De).bin
/
mac
/
XTRAS
/
SHARED.CST
/
00054_Script_54
< prev
next >
Wrap
Text File
|
1996-08-22
|
410b
|
14 lines
on xtracopy
openXLib "Xtras\filecopy" -- custom xtra
set filename = the pathName&"screens\"&the name of cast the mousecast
if fileName > "" then
set wFileName = doSaveAsDlg(the pathName&"screens\"&the name of cast the mousecast, "Bitmap Files@*.bmp")
if wFileName > "" then
copyFile(wFileName, fileName)
end if
end if
closeXLib "Xtras\filecopy"
end xtracopy